Skip to main content

Resolved context

Referenced In

Fields

FieldTypeDescriptionDefault
platformstringOptional. Platform to run the test on. This is a resolved version of the platforms property.
browserobject(Browser)Optional. Browser configuration.
openApiarray of unknownOptional. No description provided.
stepsarray of object(step)Optional. Steps to perform as part of the test. Performed in the sequence defined. If one or more actions fail, the test fails. By default, if a step fails, the test stops and the remaining steps are not executed.

Examples

{
"platform": "example",
"browser": {},
"openApi": [],
"steps": []
}